iphoneTrackingAuthorizationStatus
Type
function
Summary
Returns the current tracking authorization status of the calling application.
Syntax
iphoneTrackingAuthorizationStatus()
Description
Use the iphoneTrackingAuthorizationStatus function to find the current tracking authorization status of the calling application.
This function is available in iOS 14 and above.
Examples
local tStatus
put iphoneTrackingAuthorizationStatus() into tStatus
if tStatus is "denied" then
answer "The app cannot track you"
end if
Compatibility and Support
Introduced
LiveCode 9.6.3
OS
ios
Platforms
mobile